Hi,
I am using the following, which is throwing an error
myString = System.DateTime.Now.ToString(“MM/dd/yyyy”)
What is wrong with the assign?
Thank you,
Hi,
I am using the following, which is throwing an error
myString = System.DateTime.Now.ToString(“MM/dd/yyyy”)
What is wrong with the assign?
Thank you,
myString =DateTime.Now.ToString("MM/dd/yyyy")
I am sorry, what is the mistake?
Thank you,
Mistake in double quotes
Retype the double quotes and try
Please give the double quotes properly.“MM/dd/yyyy”
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.