| |
kenm
Posts: 4
Score: 0
Joined: 2/19/2008
Status: offline
|
Hello all, I'm making a function which will allow for several different time & date formats I wrote the following code,... Function DiffFormat Select Case Format Case One Format (now(), "mmddyyhhnnss") Case Two Format (now(), "mmddyyHHnnss") Case Three Format (now(), "mmddyyyyhhnnss") Case Four Format (now(), "mmddyyyyHHnnss") End Select End Function but realized that I cannot use the format() function in VBScript...only in Visual Basic. Does anyone have any ideas on how to accomplish this? Much thanks in advance... Kenm
|
|