Monday, May 24, 2010

In ASP the function which returens an expression formated as data or time is?

FormatDate()

In ASP the function which returens an expression formated as data or time is?
ASP has no such function but the scripting language you're using should. You're probably using vbscript so you want to use FormatDateTime(date,format)


No comments:

Post a Comment