10391 Posts in 2202 Topics by 1713 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 445 Views |
-
memberprofiles - Date, SS_Datetime

1 March 2011 at 1:36am
hi there,
I'm using ajshorts memberprofiles module. I add some more fields to the member class (DataObjectDecorator).
I added a field for "birthday" with datatype "Date" and a field "active_time" with datatype "SS_Datetime".In the frontend, when the forms are generated, there are only normal textfields for the datefields. How
can I change this to be datefields with datepicker?thx
daniel -
Re: memberprofiles - Date, SS_Datetime

1 March 2011 at 2:14am
$fields->removeByName('birthday');
$birthdayfield = new DateField('birthday','Geburtstag');
$birthdayfield->setConfig('showcalendar', true );
$fields->push($birthdayfield);
| 445 Views | ||
|
Page:
1
|
Go to Top |

