Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# equivalent of VFP Date manipulation
Message
From
07/08/2003 06:50:45
 
 
To
06/08/2003 21:28:24
Czarina Joyce Villanueva
Innovision Systems International
Manila, Philippines
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00817537
Message ID:
00817598
Views:
17
Use:
DateTime dToday = DateTime.Today;
DateTime dGiven = Convert.ToDateTime("10/10/2002");
int nDays = (dToday-dGiven).Days;

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform