$isodate variable does not appear to be working on TWiki.org
| TWiki version: | TWikiRelease01Feb2003 |
| TWiki plugins: | DefaultPlugin, EmptyPlugin, InterwikiPlugin |
| Server OS: | |
| Web server: | |
| Perl version: | |
| Client OS: | |
| Web Browser: |
sub revDate2ISO
{
my $epochSec = &TWiki::revDate2EpSecs( $_[0] );
return &TWiki::formatTime( $epochSec, "iso", "gmtime");
}
-- SvenDowideit - 28 Mar 2004 | WebForm | |
|---|---|
| TopicClassification | BugResolved |
| TopicSummary | The $isodate variable does not work on twiki.org |
| InterestedParties | |
| AssignedTo | |
| AssignedToCore | SvenDowideit |
| ScheduledFor | CairoRelease |
| RelatedTopics | |
| SpecProgress | 100% |
| ImplProgress | 100% |
| DocProgress | 100% |