Date Input in Table
3 posts by 2 authors in: Forums > CMS Builder
Last Post: April 1, 2009 (RSS)
By rjbathgate - April 1, 2009
Hello again,
I have a DATE field which is just needed for Month and Year.
At moment, I've set it to just date (i.e. no time), but is there any way to easily not display the DAY (1,2,3 etc) drop down in the record input screen?
And on the table list viewer, it shows the date in format yyyy-mm-dd
Ideally I want this to display Month Year.
I'm going to guess this is all custom coding work to do this, but thought I'd see if there was an easy way, at least to scrap the DAY from the drop down?
Cheers in advance
Rob
I have a DATE field which is just needed for Month and Year.
At moment, I've set it to just date (i.e. no time), but is there any way to easily not display the DAY (1,2,3 etc) drop down in the record input screen?
And on the table list viewer, it shows the date in format yyyy-mm-dd
Ideally I want this to display Month Year.
I'm going to guess this is all custom coding work to do this, but thought I'd see if there was an easy way, at least to scrap the DAY from the drop down?
Cheers in advance
Rob
Re: [rjbathgate] Date Input in Table
By Dave - April 1, 2009
Hi Rob,
There's no easy way to do that. Options would be:
- use two fields (pulldown for month and year)
- modify the source code to hide that field in certain cases (such as when fieldname = x)
- have us add it as a custom feature.
If two pulldowns would work that would probably be the simplest.
Hope that helps!
There's no easy way to do that. Options would be:
- use two fields (pulldown for month and year)
- modify the source code to hide that field in certain cases (such as when fieldname = x)
- have us add it as a custom feature.
If two pulldowns would work that would probably be the simplest.
Hope that helps!
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com
Re: [Dave] Date Input in Table
By rjbathgate - April 1, 2009
Hey,
Cheers Dave - two drop downs it is... simple always wins!
Cheers
Cheers Dave - two drop downs it is... simple always wins!
Cheers