Skip to content

Instantly share code, notes, and snippets.

View jonathanforsythe's full-sized avatar

Jonathan Forsythe jonathanforsythe

  • FullStory
  • Atlanta, GA
View GitHub Profile
@jonathanforsythe
jonathanforsythe / jqueryui.datepicker.css
Created March 19, 2015 04:08
jQuery UI Datepicker CSS Classes
// The outer container of the datepicker. If the datepicker is inline, this element will additionally have a ui-datepicker-inline class. If the isRTL option is set, this element will additionally have a class of ui-datepicker-rtl.
.ui-datepicker {
}
// The container for the datepicker's header.
.ui-datepicker-header {
}
<select name="DropDownTimezone" id="DropDownTimezone">
<option value="-12.0">(GMT -12:00) Eniwetok, Kwajalein</option>
<option value="-11.0">(GMT -11:00) Midway Island, Samoa</option>
<option value="-10.0">(GMT -10:00) Hawaii</option>
<option value="-9.0">(GMT -9:00) Alaska</option>
<option value="-8.0">(GMT -8:00) Pacific Time (US &amp; Canada)</option>
<option value="-7.0">(GMT -7:00) Mountain Time (US &amp; Canada)</option>
<option value="-6.0">(GMT -6:00) Central Time (US &amp; Canada), Mexico City</option>
<option value="-5.0">(GMT -5:00) Eastern Time (US &amp; Canada), Bogota, Lima</option>
<option value="-4.0">(GMT -4:00) Atlantic Time (Canada), Caracas, La Paz</option>