Code

Updated smarty to 1.0.9
[gosa.git] / gosa-core / include / smarty / plugins / modifier.date_format.php
index 729322b206efd14b0220551aa44d450fd4cb4add..3656c1c8838af7ffcc5b222c20964872b263cec6 100644 (file)
  *          - format: strftime format for output
  *          - default_date: default date if $string is empty
  * 
- * @link http://www.smarty.net/manual/en/language.modifier.date.format.php date_format (Smarty online manual)
+ * @link http://smarty.php.net/manual/en/language.modifier.date.format.php date_format (Smarty online manual)
  * @author Monte Ohrt <monte at ohrt dot com> 
- * @param string $string       input date string
- * @param string $format       strftime format for output
- * @param string $default_date default date if $string is empty
- * @param string $formatter    either 'strftime' or 'auto'
+ * @param string $ 
+ * @param string $ 
+ * @param string $ 
  * @return string |void
  * @uses smarty_make_timestamp()
  */