(VFP) - How to Get Week on Current Month

*****************************************************
** Show you how to Get Week count on Current Month **
*****************************************************

INT((DAY(GOMONTH(DATE(),1)-DAY(GOMONTH(DATE(),0))))/7)

Comments

Popular posts from this blog

(VFP) - Running Visual FoxPro on Linux

(VFP) - How to put calendar on your vfp application

(VFP) - How to insert simple Progress Bar