This doesn't work...

month: to-string now/month
if (length? month < 2) [insert month "0"]

** Script Error: Expected one of: string! - not: integer!.
** Where: if (length? month < 2) [insert month "0"]

How come?


>  if (length? tmp: to-string now/day) < 2 [insert tmp "0"]

Reply via email to