Meeting html
Jump to navigation
Jump to search
| Line 79: | Line 79: | ||
}); | }); | ||
</div> | </div> | ||
| + | |||
| + | |||
| + | |||
| + | <link rel="stylesheet" type="text/css" href="jquery.datetimepicker.css"/> | ||
| + | |||
| + | <input type="text" id="demo"/> | ||
| + | |||
| + | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | ||
| + | <script src="jquery.datetimepicker.js"></script> | ||
| + | |||
| + | <script> | ||
| + | $('#demo').datetimepicker({ | ||
| + | inline:true, | ||
| + | }); | ||
| + | </script> | ||
| + | |||
| + | |||
| + | |||
<!--------------------------Time--------------------------> | <!--------------------------Time--------------------------> | ||
Revision as of 13:27, 2 March 2020
Name
The name of the meeting.
Type of opportunity
Date
$('.datepicker').datepicker({
format: 'mm/dd/yyyy',
startDate: '-3d'
});
Time
|