Page 1 of 1

Date Stamp Splot - create a new date option

PostPosted: Sat May 21, 2016 9:21 pm
by Mark Bell
I'm looking to add a Splot date option that isn't currently listed - month - day - year without the weekday included. Any idea how I go about doing this or what line(s) of code need adding to the dcadwin.ini file?

Re: Date Stamp Splot - create a new date option

PostPosted: Sat May 21, 2016 9:25 pm
by Mark Bell
...should have clarified, the stamp should write out the full name of the date, ie. May 22, 2016

Re: Date Stamp Splot - create a new date option

PostPosted: Sat May 21, 2016 11:47 pm
by joshhuggins
In the dcadwin.ini file, under the [Stamp] section you can modify the 3 lines for either CustomDate or CustomTime using the follow formats
Code: Select allCustomDate=@PLTDATECUSTOM
CustomDateFormat=mmm dd, yyyy
CustomDateMenuText=Month Day, Year
You can see this post and this post for a bit more info.

If you have already used custom entries for those two custom stamps there is supposed to be a way to add additional custom user stamps but I could never get them to work. I'll use this opportunity to now officially beg for clarification on how to get the User_X format to work for enabling us to add additional custom stamps. Pleaseeeeeeee?
Image

Re: Date Stamp Splot - create a new date option

PostPosted: Sun May 22, 2016 5:01 am
by Mark Bell
Thanks Josh -this works great :)