Skip to content

Commit

Permalink
N°7734 - Date time picker button show html icon
Browse files Browse the repository at this point in the history
  • Loading branch information
bdalsass committed Aug 7, 2024
1 parent 3d325ca commit a4a1fa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public function Render()
$(oInput).datetimepicker({
showOn: 'button',
buttonText: "<i class=\"fas fa-calendar-alt\"><\/i>",
buttonText: "",
dateFormat: $sJSDateFormat,
constrainInput: false,
changeMonth: true,
Expand Down

0 comments on commit a4a1fa4

Please sign in to comment.