Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › How to add a date in MATH, Translation Configurator? › Reply To: How to add a date in MATH, Translation Configurator?
July 12, 2005 at 4:30 pm
#57004
Charlie Bursell
Participant
Use the Date math function with the clock command. for example:
set dt 20050712
set tomorrow [clock format [clock scan “$dt tomorrow”] -format %Y%m%d]
echo $tomorrow == 20050713
Charlie