G
Guest
hey all,
how do i format my string that contains the date and time?
c#:
String dateValue;
dateValue = 9/20/2007 10:00:00 AM
but i'd like it to just contain the date:
9/20/2007
thanks,
rodchar
how do i format my string that contains the date and time?
c#:
String dateValue;
dateValue = 9/20/2007 10:00:00 AM
but i'd like it to just contain the date:
9/20/2007
thanks,
rodchar