Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
If condition with date
Message
De
16/04/2003 13:46:26
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
16/04/2003 13:42:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00778466
Message ID:
00778474
Vues:
15
>Could you please tell me how i can use the date format for the if condition.
>
>Could you please correct it.
>
>msg = date()
>
>if msg = {04/16/2003} then
> =messagebox("License expired")
> return .t.
>endif
>
>Thank you very much.

Seems correct :)
msg = date()
if msg >= {^2003/04/16}
 messagebox('...')
endif
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform