Join Now
Quality Rating:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)
Expertise Level:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)

This page was last modified 09:16, 25 March 2008.

CS000857 - I18n: Timestamps

From Forum Nokia Wiki


ID CS000857 Creation date March 25, 2008
Platform S60 3rd Edition, MR
S60 3rd Edition, FP1
S60 3rd Edition, FP2 Beta
Tested on devices Nokia E61i
Nokia E90 Communicator
Nokia N95 8GB
Nokia 6220 Classic
Category Symbian C++ Subcategory Localization
APIs None Classes TTime
Methods TTime::FormatL()    

Overview

This code snippet is one of the series of snippets that demonstrate how to implement support for international diversity. This snippet shows how to format a timestamp according to the locale settings of the device.

Source file

// Buffer for localized text
TBuf<50> myBuf;
 
// Object for datetime data
TTime myTime;
 
// Set the date and time of myTime to the current datetime
myTime.HomeTime();
 
// Format the timestamp as date according to current locale settings
// The format string is universal, so whatever the locale is, the date is
// always formatted correctly (e.g. 03/03/2008)
myTime.FormatL(myBuf, _L("%/0%1%/1%2%/2%3%/3%X"));
 
// Format the timestamp as time according to current locale settings
// The format string is universal, so whatever the locale is, the time is
// always formatted correctly (e.g. 13:00 pm)
myTime.FormatL(myBuf, _L("%-B%:0%J%:1%T%:2%S%:3%+B"));

Postconditions

A timestamp is formatted according to the locale settings of the device.

See also

 
Powered by MediaWiki
     
     RDF Facets:
     
     
     qfnZtypeQUqfnTypeZCommunityContentQ
     qfnZtypeQUqfnTypeZWebpageQ
     qfnZtypeQUqfnTypeZWikiContentQ
     qmarsZlanguageQUxhttpE3aE2fE2fswE2enokiaE2ecomE2flanguageE2d1E2fenX