| Reply | « Previous Thread | Next Thread » |
|
In Python for S60, is it possible convert a date object, from a query or a form, to a string ?
If possible, how to do it ? Thanks |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
Duplicate thread: http://discussion.forum.nokia.com/fo...d.php?t=148870
|
|
Hi,
you can use the following code. Code:
import time,appuifw a=appuifw.query(u"your date",'date') j=time.ctime(a) print j Jajal Mehul |
|
Hello,
i am sorry for replying here, because this is the duplicate thread and bogdan and rafael had already given the solution. Jajal Mehul |
|
Join Date: Feb 2008
Posts: 743
Location: Belo Horizonte, Brazil
Rafael T.
Offline
Forum Nokia Champion
|
|
|
Quote:
Don't worry ![]() Bogdan gave a solution on the other thread but is good to also have another solution, anyway ![]() BR, Rafael. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Starting a new Active Object from a existing Active Object | A.Vogel | General Symbian C++ | 4 | 2007-11-26 14:41 |
| How 2 chk TTime object contains date & time in correct format | sameer.chaudhari | General Symbian C++ | 6 | 2007-09-28 06:36 |
| Page builder | giogiogio | Python | 2 | 2007-08-26 19:08 |
| preverify error. PLZ HELP | michaelhann89 | Mobile Java Tools & SDKs | 14 | 2007-03-22 23:51 |
| convert Date object to string | artemg | Mobile Java General | 4 | 2006-03-03 05:56 |