1 16 package com.google.gwt.i18n.client.constants; 17 18 import com.google.gwt.i18n.client.Constants; 19 20 28 public interface DateTimeConstants extends Constants { 29 String [] ampms(); 30 String [] dateFormats(); 31 String [] eraNames (); 32 String [] eras (); 33 String [] months (); 34 String [] narrowMonths (); 35 String [] narrowWeekdays(); 36 String [] quarters (); 37 String [] shortMonths(); 38 String [] shortQuarters(); 39 String [] shortWeekdays(); 40 String [] standaloneMonths(); 41 String [] standaloneNarrowMonths(); 42 String [] standaloneNarrowWeekdays(); 43 String [] standaloneShortMonths(); 44 String [] standaloneShortWeekdays (); 45 String [] standaloneWeekdays(); 46 String [] timeFormats(); 47 String [] weekdays(); 48 } 49 | Popular Tags |