Zimbra 雑多なメモ: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 172: Line 172:
---
---
> # my $today = strftime("%b %e ", localtime);
> # my $today = strftime("%b %e ", localtime);
> my $today = strftime("%Y-%m-%dT", localtime);
> my $today = strftime("%F", localtime);
</pre>
</pre>