Jump to content

Year Range mobile datetimepicker


chrisjohn82

Recommended Posts

Hi,

 

Which version are you using?!

 

I'm trying to change the range for the Year in the mobile datetimepicker but i can't get it to work, i tried to change the minYear and maxYear property but the maxYear is always 2016?

 

In DesignTime or RunTime ?!

 

Best regards.

Link to comment
Share on other sites

For now try:

procedure TMainmForm.UnimButton1Click(Sender: TObject);
begin
  //yearFrom - MinYear,
  //yearTo   - MaxYear..
  UniSession.AddJS('setTimeout(function(){' + UnimDatePicker1.JSName + '.setPicker({yearFrom: 2000, yearTo: 2030})}, 50);');
end;

Best regards.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...