> But ftime fails to evaluate input values from PmWiki default time format > '%B %d, %Y, at %I:%M %p'
It is the 'at' in the string which throws ftime off balance and let it apply the current time instead. It works without the 'at' in the definition, but since there are no seconds it is not quite precise. I think generally ftime is quite clever, but I wonder how good it is to apply current time instead of returning nothing: it leads to errors which may get unnoticed. ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
