summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 394cdf3)
raw | patch | inline | side by side (parent: 394cdf3)
author | hzerres <hzerres@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 8 Sep 2010 13:03:00 +0000 (13:03 +0000) | ||
committer | hzerres <hzerres@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 8 Sep 2010 13:03:00 +0000 (13:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19565 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/utils/class_tests.inc | patch | blob | history |
index 03b7bf696a4b4465c502fc1acbb079f41bdeebd7..61d0ecfa826908bc40968531df892506145f96ad 100644 (file)
}
/*
* Compares two dates
+ * @param $dataA as String in german dateformat
+ * @param $dataB as String in german dateformat
+ * @return float or false on error
*
- * <0 => a<b
+ * * <0 => a<b
* 0 => a=b
* >0 => a>b
- *
- *
*/
public static function compareDate($dateA, $dateB){
/*