11 lines
117 B
Mathematica
11 lines
117 B
Mathematica
>> datestr(now,'yyyy-mm-dd')
|
|
|
|
ans =
|
|
|
|
2010-06-18
|
|
|
|
>> datestr(now,'dddd, mmmm dd, yyyy')
|
|
|
|
ans =
|
|
|
|
Friday, June 18, 2010
|