|
J
|
Jane 11/1/2007 |
|
Lory, global $strTableName; echo "Date range: "; echo date("yyyy-mm-dd", strtotime($_SESSION[$strTableName."_asearchfor"]["datefield"])); echo " - "; echo date("yyyy-mm-dd", strtotime($_SESSION[$strTableName."_asearchfor2"]["datefield"])); |
|
|
|
paperhog author 11/1/2007 |
|
For anyone following this thread This is the solution that worked for my project. function misc_Jobs_Event1(&$params)
|
|