public final class CommonDateTimePatterns extends Object
DateTimeFormat.
Created by william.s.setiadi on 5/25/2018.| Modifier and Type | Field and Description |
|---|---|
static String |
dd_MM_yy
Sample result: 29-01-17
|
static String |
dd_MM_yyyy
Sample result: 29-01-2017
|
static String |
dd_MMM_yyyy
Sample result: 29 Jan 2017
|
static String |
dd_MMM_yyyy__HH_mm
Sample result: 29 Jan 2017 13:50
|
static String |
dd_MMM_yyyy__hh_mm_a
Sample result: 29 Jan 2017 01:50 PM
|
static String |
dd_MMM_yyyy__HH_mm_ss
Sample result: 29 Jan 2017 13:50:59
|
static String |
dd_MMM_yyyy__hh_mm_ss_a
Sample result: 29 Jan 2017 01:50:59 PM
|
static String |
dd_MMM_yyyy__HH_mm_ss_SSS
Sample result: 29 Jan 2017 13:50:59.370
|
static String |
dd_MMM_yyyy__hh_mm_ss_SSS_a
Sample result: 29 Jan 2017 01:50:59.370 PM
|
| Constructor and Description |
|---|
CommonDateTimePatterns() |
public static final String dd_MM_yy
public static final String dd_MM_yyyy
public static final String dd_MMM_yyyy
public static final String dd_MMM_yyyy__HH_mm
public static final String dd_MMM_yyyy__hh_mm_a
public static final String dd_MMM_yyyy__HH_mm_ss
public static final String dd_MMM_yyyy__hh_mm_ss_a
public static final String dd_MMM_yyyy__HH_mm_ss_SSS
public static final String dd_MMM_yyyy__hh_mm_ss_SSS_a
Copyright © 2018. All rights reserved.