C#, SQL, JavaScript and more
DateTime d = DateTime.Yesterday();//...public static DateTime Yesterday<this DateTime>(){ return DateTime.Today.AddDays(-1);}
Post a Comment
No comments:
Post a Comment