Hello all,
Ive done some googling around, and cant find anything that explains why my date isnt being formatted to what i tell it.
my code:
dim date_now as date
date_now = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")
So for example if the date/time is February 11 2015, 4:44:23pm it would be formatted as:
2015-02-11 04:44:23
Can somebody explaain where i have gone wrong?
regards
James