PowerBuilder calendar and clock

datetime.zip

This package contains three objects:
d_calendar.srd
uo_calendar.sru
uo_clock.sru

You can use these custom visual user objects to display calendar and clock anywhere in your PowerBuilder application.

uo_calendar has the following interface:

boolean f_setDate(date newdate)
date f_getDate()

uo_clock has the following interface:
boolean f_setTime(time newtime)
time f_getTime()

Copyright by Dmitry Lukyanov


top | control panel