1deb8191c66233918d31f857769ba1e224cc9025
[pharos.git] / tools / pharos-dashboard / dashboard / static / js / datetimepicker-options.js
1 /**
2  * Created by max on 7/25/16.
3  */
4 var timepickerOptions = {
5     format: 'YYYY-MM-DD HH:00 ZZ',
6     sideBySide: true
7 };