Skip to content

Commit

Permalink
dev: minor comment changes
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@6779 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tim Wahrendorff committed May 6, 2009
1 parent a03a114 commit 4ef235e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.php
Expand Up @@ -6304,9 +6304,9 @@ function strip_javascript($content){
}
/**
*
* formats a datestring (YY-MM-DD or YYYY-MM-DD or YY-M-D... whatever)
* formats a datestring (YY-MM-DD or YYYY-MM-DD or YY-M-D... to whatever)
* @param $date Datestring, that should be formated normally it is in YYYY-MM-DD, but we take also YY-MM-DD or YY-M-D
* @param $format Format you want your date in (DD.MM.YYYY or MM.DD.YYYY or MM/YY ? everything possible, even )
* @param $format Format you want your date in (DD.MM.YYYY or MM.DD.YYYY or MM/YY ? everything possible )
* @return formated datestring
*/
function dateFormat($date, $format="DD.MM.YYYY")
Expand Down

0 comments on commit 4ef235e

Please sign in to comment.