Date Variable

Jeff Honken jhonken at webdsp.com
Wed Feb 14 11:05:11 EST 2007


I've been trying to tie in three variables to make a date.  I've tried

put  '" & tDay & "' / '" & tMonth & "' / '" & tYear & "' into QueryDate
put (tMonth)/(tDay)/(tYear) into QueryDate

The below example does work but I need the / in the date.  It gives me
02142007

put tYear & tMonth & tDay into QueryDate


How do I put a / in the above so I would get a date such as 02/14/2007
Every combination I can think of seems to error.  Any ideas would be
greatly appreciated.  Jeff




More information about the use-livecode mailing list