Désolé, cet article est seulement disponible en English.
Topics
Series
- No series
Articles récents
Commentaires récents
- Adli dans (English) Using Tamil in Unicode Supported Applications
- Srinivasan A Paul Joseph dans (English) Using Tamil in Unicode Supported Applications
- aravind dans (English) Using Tamil in Unicode Supported Applications
- Tash dans (English) Uploading and Linking images and files in WikkaWiki
- Srinivasan A Paul Joseph dans (English) Using Tamil in Unicode Supported Applications
- Rhana dans (English) Using Tamil in Unicode Supported Applications

How to pick system date in yii
Hi Manu,
You could always use PHP’s date(« <your-format-> »); function call to get the system date as Yii is merely a framework on top of PHP.
However, if you want a formatted Date & Time (localized based on your settings on Yii), then you can use either formatDate() or formatDateTime() of Yii as specified here: http://www.yiiframework.com/doc/api/1.0.10/CDateFormatter