is there any particular format to convert date selected from asp.net and store it into sql
-
plz if u have solution den plz let me know. thanks
Maniiiiiiiiiiiiiii
-
plz if u have solution den plz let me know. thanks
Maniiiiiiiiiiiiiii
Yeah, just store them as a date data type.
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.
-
plz if u have solution den plz let me know. thanks
Maniiiiiiiiiiiiiii
Strings will be automatically formatted to SQL Server Format... But you can do the standard which is : MMM-dd-yyyy use
toString("MMM-dd-yyyy")
to formatAbhishek Sur
-
Strings will be automatically formatted to SQL Server Format... But you can do the standard which is : MMM-dd-yyyy use
toString("MMM-dd-yyyy")
to formatAbhishek Sur
Abhishek sur wrote:
But you can do the standard which is : MMM-dd-yyyy use toString("MMM-dd-yyyy") to format
What do you mean by 'standard' ?
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.