Advertisement
Guest User

Untitled

a guest
Jan 15th, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. /**
  2. * Global property for Date display format
  3. */
  4. private static final String GLOBAL_POPERTY_DATE_DISPLAY_FORMAT = null;
  5.  
  6. /**
  7. * Global property for Date and Time display format
  8. */
  9. private static final String GLOBAL_PROPERTY_DATEANDTIME_DISPLAY_FORMAT = null;
  10.  
  11. /**
  12. * Global property for Time display format
  13. */
  14. private static final String GLOBAL_PROPERTY_TIME_DISPLAY_FORMAT = null;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement