Hello expert,
I'm writing some scripting using VB script and wanted to store the date in the format of dd/mm/yyyy on SQL Server back-end. I did try to use the VB Format function - Format( Now(), "dd/mm/yyyy") - but getting type mismatch error. Can any one tell me any way around for this problem please.
Thanks in advance!!
Start Free Trial