Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Day # of year?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01182887
Message ID:
01182889
Views:
17
This message has been marked as the solution to the initial question of the thread.
>I have a date & want to know what number day of the year it is. For example Feb 2, 2007 would be the 33rd day of the year. Is there a command in VFP for this?
ldDate = {^2007/02/02}
? ldDate - DATE(YEAR(ldDate), 01, 01) + 1
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform