Comment #1 on issue 476 by [email protected]: Sqlite3 returns date in different format from similar syntax http://code.google.com/p/gambas/issues/detail?id=476
A mistake in above issue. Please read it correctly as 3) .... on executing syntax "select fldtime from tbltest" returns date in standard date format used by gambas (e.g. 11/19/2013 18:11:45) However usins "AS" syntax i.e. "select fldtime as fldtime from tbltest" returns date in other string format (e.g. 2013-11-19 18:11:45.529) which is not recognized as date by gambas. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
