Hi 
I have the following code 

 string time = string.Format("{0}:{1}", hour, minute.ToString().PadLeft(2,
'0'));
 Job.JobEndDateTime = Now.ToString("dd-MM-yyyy ") + time + ":00";

The Now.ToString("dd-MM-yyyy ") + time + ":00"; occasionally  returns
*"01-01-0001 0:00:00"*

Any ideas

TIA

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Date-time-string-tp5710342.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to