Guest_imported
New member
- Jan 1, 1970
- 0
HI,
I am having a field whose datatype is Varchar(String)
which stores dates. When I retrieve these dates, I want them in the format-"00/00/0000" but instead, for single digit day/month it is giving-"0/0/0000".
For Eg a date like-"4/5/2001" stored in the table, i want it as -"04/05/2001" AND THIS I WANT IN SQL-QUERY ITSELF.
Thanx in advance for those who help
Regards
Mahesh
I am having a field whose datatype is Varchar(String)
which stores dates. When I retrieve these dates, I want them in the format-"00/00/0000" but instead, for single digit day/month it is giving-"0/0/0000".
For Eg a date like-"4/5/2001" stored in the table, i want it as -"04/05/2001" AND THIS I WANT IN SQL-QUERY ITSELF.
Thanx in advance for those who help
Regards
Mahesh