Skip to content

Commit

Permalink
Merge pull request bcit-ci#575 from ounziw/develop
Browse files Browse the repository at this point in the history
Line Break for L165
  • Loading branch information
ericlbarnes committed Oct 14, 2011
2 parents 10266cc + bb859fd commit a2125a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user_guide_src/source/helpers/date_helper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ Example

::

$mysql = '20061124092345'; $unix = mysql_to_unix($mysql);
$mysql = '20061124092345';
$unix = mysql_to_unix($mysql);

unix_to_human()
===============
Expand Down

0 comments on commit a2125a5

Please sign in to comment.