This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <#-- ----------------------------------------------------------------- -> | |
| - | |
| - GETTING REAL TIME/DATE-STAMP | |
| - | |
| - When we ask Liferay for the create date of an article (or really we | |
| - ask Liferay for the 'display-date' which is settable by the user) we get | |
| - a string looking like this: 'Thu, 08 May 2014 11:48:00 +0000'. This | |
| - string will always be in english and when we want to create a datetime | |
| - object from it, we need to parse it with english locale. | |
| - |
NewerOlder