|
public cdd,cmm,cyy
store day(date()) to cdd
store cmonth(date()) to cmm
store year(date()) to cyy
store cdow(date()) to cda
Contoh : -
@10,20 say ''+cda+' '+str(cdd,2)+' '+cmm+' '+str(cyy,4)
atau
? ''+cda+' '+str(cdd,2)+' '+cmm+' '+str(cyy,4)
.