Datepicker js optimization
Created by: tonmoy18
The date picker ID prefix and number are in different vars Pro: no need to read, slice and append to ID every time Con: the original ID is changed.
Created by: tonmoy18
The date picker ID prefix and number are in different vars Pro: no need to read, slice and append to ID every time Con: the original ID is changed.