Display Date/Time format

  • 10 January 2022
  • 2 replies
  • 57 views

Hi guys,

I want to display date/time format as below in share point Nintex form:

1. Date should be current date  

2. time is fixed format 08:00 every time, I can also select to revised them when it is needed.

 

 

21257i3D61A022215229F8.png

 

How do I accomplish that. Many thanks.


2 replies

Userlevel 4
Badge +10

Hi


 


To set de default value of your control, you can do that with the "default value" in the settings of your controls.


 


To restrict the value that a user can select, this can only by set with JavaScript.


 


For the Hours and Minut, it's just drop Down, so you can use Jquery ( $NWF ) to restrict the values of the controls.


To restrict value of the Date Picker, Nintex Forms use the Jquery DatePicker  : https://api.jqueryui.com/datepicker/, check the documentation to how to interact with it. 


 

keep it automate , so the time can change with real time

Reply