dim H, M, S, AMPM as strings
DTPicker1.Hour = H
DTPicker1.Minute = M
DTPicker1.Second = S
DTPicker1.?????? = AMPM
im having a problem on how i can change the DTpickers AM/PM in codes
im trying to load a time from a database to DTPicker,
ive Split the (field loaded on the database) to H M S
and also AMPM
pls help me on this guys... thanks in advance