Andreas J wrote: > Dear Indopb-er, > > Adakah fungsi built-in di PB untuk mendapatkan selisih diantara dua tanggal? > contoh : 14/01/2008 08:00:00 dengan 12/01/2008 17:00:00 > > Rgds, > > > > > > > > ____________________________________________________________________________________ > Looking for last minute shopping deals? > Find them fast with Yahoo! Search. > http://tools.search.yahoo.com/newsearch/category.php?category=shopping > ni gw copy doank dari helpnya PB :
-------------------- Description Determines the number of days one date occurs after another. Syntax DaysAfter ( date1, date2 ) Argument Description date1 A date value that is the start date of the interval being measured date2 A date value that is the end date of the interval Examples This statement returns 4: DaysAfter(1996-12-20, 1996-12-24) This statement returns -4: DaysAfter(1996-12-24, 1996-12-20) This statement returns 0: DaysAfter(1996-12-24, 1996-12-24) This statement returns 5: DaysAfter(1994-12-29, 1995-01-03) Regards ----------------------------------------------- IndoPB - Indonesia PB User Group An Indonesian PowerBuilder User Group's Event 2nd PowerBuilder Update Rumah Sakit Jantung Harapan Kita 26/27 August 2006 To Register : http://groups.yahoo.com/group/indopb/database?method=addRecord&tbl=4 Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indopb/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/indopb/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
