Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
set date 20020902
puts [clock format [clock scan $date] -format {%e %b %Y}]
2 Sep 2002
set date 20020902
puts [string trimleft [clock format [clock scan $date] -format {%d %b %Y}] 0]
2 Sep 2002