1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

Added inline datepicker option.

This commit is contained in:
CaMer0n
2012-05-26 13:09:03 +00:00
parent d8a6c15c02
commit dcebf383df
3 changed files with 18 additions and 9 deletions

View File

@@ -131,7 +131,7 @@ class convert
// also in php compat handler for plugins that might use it.
$tdata = $this->strptime($date_string, $mask);
print_a($tdata);
// print_a($tdata);
if(empty($tdata))
{