Is there a standard function to format dates in VBScript, other than formatdatetime? I know I write a function for it myself, but I was just wondering if there was another standard function for it maybe.
Printable View
Is there a standard function to format dates in VBScript, other than formatdatetime? I know I write a function for it myself, but I was just wondering if there was another standard function for it maybe.
Nope. FormatDataTime is it.
I wrote my own to format the way I needed it to be..