Menu

Action Form Notes

Action Form is a module developed by DNNSharp.com for the DNN Content Management System and Development Platform. The developers at LetItShine.biz have used the Action Form module for countless projects and solutions for a number of years. The following is an modest collection of notes that we have started to record about techniques to take advantage of the strengths of this module. We record this here not to become a secondary help system for Action Form users or DNNSharp. But if you can find something here that helps you, that makes us happy too.

Return to the list

Set initial date of Date Time Picker for a future date

Mark Buelsing 0 2121 Article rating: No rating

To create a date 2 weeks in the future, simply use the following token: [DateTime:Relative(Add="2 Week")|yyyy-MM-dd] for the Initial Value setting.

If you are getting your date from SQL, for the "Initial" value ... what I have used successfully from SQL DateTime retreived fields is the following: [MyVariable:ISOAsUtc]

From Ben Santiardo

https://community.plantanapp.com/Forum/Question-Details?qid=1388

RSS