Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Help needed with Countdown Calendar extension
This discussion has been closed.
Comments
Think I'll delay the extension release until it's 100% too ;o
I'll wait for an answer from jimw regarding the dates etc, and possibly make the ammendments before releasing it.
list($hour, $minute, $second, $year, $month, $day) = sscanf($str, "%d:%d:%d %d-%d-%d"); $timestamp = mktime($hour, $minute, $second, $month, $day, $year);
Where $str contains the date string.