Hey all,
Been reading forum for a long time and I usually find everything I need so this is my first time posting since the search did not help...(or I'm looking at the wrong place)
When using Today.date.now (date.now) the is return in in the format MM/DD/YYYY TTTT which is what I'm looking for. This works on my dev PC and every server in our dev env. However on the server that was given to me in production the format is DD/MM/YYYY TTTT, and when writting this to SQL it returns an error since the day is greater then 12.
I tried using the .parse method to format the date and that failed I also tried .tostring("mm//dd/yyyy")
I would like to modify the application to ensure it works on all servers that the application can be moved to.
Any suggestions would be greatly appreciated.
...
Go to the complete details ...