Jean-Yves F. Barbier a écrit :
> Hi,
> 
> I use a postgresql database, and I need to display dates (in a modified
> TableView) according to DB (ISO: yyyy-mm-dd, with separator '-', not '/'),
> otherwise it displays 10/11/2009, but waits for an input such as 2009-11-10
> when I search.
> 
> How can I do that?
> 
Format$(Yourdate, "yyyy-mm-dd")



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to