Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Datetime conversion solution
Message
From
13/10/2005 12:24:14
 
 
To
13/10/2005 12:13:08
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01058733
Message ID:
01058745
Views:
9
had made updates to my reply. What I still didn't clearly understood is what you store. If it's 45 ok 45 but what if say "01:30" or your spinner simply gets 'minutes'? Assuming the latter:

lnBaseValue = 45
ltStart = dtot(date())+m.lnBaseValue*60
ltEnd = m.ltStart + 10 * 60
between(datetime(), m.ltStart, m.ltEnd)


Cetin,
Im actually storing the whole time.. so for the 1245AM, i will get 45 and it the user set this to 135PM, i'd get 1335.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform