NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on August 18, 2013, 03:20:26 AM

Title: Implicit dates
Post by: Rene Simons on August 18, 2013, 03:20:26 AM
Hi Bruce,

I am still on ntws 6.51
I know that the datefield can be entered with text like "2nd sunday in may" and the precise date will be determined accordingly. Giving me Mother's day (in my country, that is).
How can i keep these implicit dates in the database and not having to bother to redo these kind of dates every year? E.g. Easter Sunday is on a different sunday every year.

Cheers,
Rene Simons
Title: Re: Implicit dates
Post by: Bruce on August 18, 2013, 10:16:37 PM
the deformating of the date is done by a method called
DformatDate
So this is the method you would add code to in the WebHandler procedure.

cheers
Bruce