RosettaCodeData/Task/Date-format/BASIC/date-format.basic
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

6 lines
129 B
Text

#include "vbcompat.bi"
DIM today As Double = Now()
PRINT Format(today, "yyyy-mm-dd")
PRINT Format(today, "dddd, mmmm d, yyyy")