1MyDB.mySQLTime(3kaya) Kaya module reference MyDB.mySQLTime(3kaya)
2
3
4
6 MyDB::mySQLTime - Return a MySQL database time
7
9 String mySQLTime( Time t )
10
12 t The Time
13
15 Format a Time for insertion into MySQL datetime or timestamp fields.
16
17 Generally, you should use the Time.isoTime (3kaya) function for greater
18 compatibility with other databases. Previous to Kaya 0.3 this function
19 was in the Time(3kaya) module.
20
22 Kaya standard library by Edwin Brady, Chris Morris and others
23 (kaya@kayalang.org). For further information see http://kayalang.org/
24
26 The Kaya standard library is free software; you can redistribute it
27 and/or modify it under the terms of the GNU Lesser General Public
28 License (version 2.1 or any later version) as published by the Free
29 Software Foundation.
30
32 Time.Time (3kaya)
33
34
35
36Kaya December 2010 MyDB.mySQLTime(3kaya)