commit | bb859fd844ce085ffc78eb8ad250d1a436a84e18 | [log] [tgz] |
---|---|---|
author | Fumito Mizuno <ounziw@gmail.com> | Fri Oct 14 20:05:34 2011 +0900 |
committer | Fumito Mizuno <ounziw@gmail.com> | Fri Oct 14 20:05:34 2011 +0900 |
tree | e6298f414191c20c77b7e8a7a0193cd0c47b82bb | |
parent | 10266cce7b1c7a234b952cb6475591c2e9d76edf [diff] |
Line Break for L165 $mysql = '20061124092345'; $unix = mysql_to_unix($mysql);
diff --git a/user_guide_src/source/helpers/date_helper.rst b/user_guide_src/source/helpers/date_helper.rst index 378ff36..ad06dd6 100644 --- a/user_guide_src/source/helpers/date_helper.rst +++ b/user_guide_src/source/helpers/date_helper.rst
@@ -162,7 +162,8 @@ :: - $mysql = '20061124092345'; $unix = mysql_to_unix($mysql); + $mysql = '20061124092345'; + $unix = mysql_to_unix($mysql); unix_to_human() ===============