added expiry date to shortcode crud plus bug fixes

This commit is contained in:
Kwesi Banson
2024-03-08 09:40:11 +00:00
parent 7b3a29ca53
commit acda110be1
7 changed files with 57 additions and 11 deletions

View File

@@ -33,6 +33,9 @@
$('#launchDate').datetimepicker({
format: 'YYYY-MM-DD'
});
$('#expiryDate').datetimepicker({
format: 'YYYY-MM-DD'
});
$('#createNotesBtn').click(function(evt){
evt.preventDefault();
$('#newNotesForm').modal('show');