convert: domci correction
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3524 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -15,8 +15,8 @@ class convert
|
|||||||
* @param string $inputDate The date to modify
|
* @param string $inputDate The date to modify
|
||||||
* @param string $inputFormat The input format of the date
|
* @param string $inputFormat The input format of the date
|
||||||
* @param string $outputFormat The output format of the date
|
* @param string $outputFormat The output format of the date
|
||||||
* @param bool|null $exception If set, generate an exception if the provided
|
* @param boolean|null $exception If set, generate an exception if the
|
||||||
* date is invalid
|
* provided date is invalid
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public static function convertDate ($inputDate, $inputFormat, $outputFormat,
|
public static function convertDate ($inputDate, $inputFormat, $outputFormat,
|
||||||
|
|||||||
Reference in New Issue
Block a user