If you work with SQL Server, you're familiar with its pathetic date formatting options. Check out this great user-defined date formatting function. It works well and it made me realize I need to write something similar for VBScript. The dream is to never have to string together a bunch of DatePart()s again.