Re: [Phphtmllib-devel] sx_date_today() function, where is that from?
Status: Beta
Brought to you by:
hemna
From: walt b. <wab...@3g...> - 2003-07-09 18:47:30
|
walt boring wrote: > mi...@we... wrote: > >> Hi, >> >> First, awesome job on the library Walt. I have almost >> convinced my entire programming group to use it exclusively >> on our web projects. It has saved a great amount of >> development time and has made my job noticeably easier, >> thanks. >> > --awesome. I'm glad it can help ya get work done in a consistent manner. > It is a bit of a learning curve for sure, but for web apps, it has > really helped me. > Do you have any examples of it live that I can see? :) > >> On to the good stuff . . . >> >> I have been falling in love with the FormValidation class. >> I use it everywhere throughout one of our sites, even when >> I am not using any of the other Form classes. However, I >> tried using the FormValidation::is_ccexp() function, and I >> get a FATAL error, can't find the function sx_date_today(). >> I looked around quite a bit (greped source code, php.net & >> google), but can't find the function defined anywhere. >> Where in the world does this come from? > Try this instead of that bogus call. $d = explode(",",date("Y,m,d")); Walt |