DateParterMatcher matcher = new DateParterMatcher(value, type);
return this.assertThat(matcher);
}
private IDateAssert<T> assertThat(String value, DateFieldType type) {
DateParterMatcher matcher = new DateParterMatcher(Integer.valueOf(value), type);
return this.assertThat(matcher);
}