mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
CE-1955 Add "H" to pattern check for date-time/hours (doesn't appear in docs i can find, but does appear in a file i'm working with, so... probably valid)
This commit is contained in:
@ -202,7 +202,7 @@ public class XlsxFileToRows extends AbstractIteratorBasedFileToRows<org.dhatim.f
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
static boolean hasHour(String dataFormatString)
|
static boolean hasHour(String dataFormatString)
|
||||||
{
|
{
|
||||||
return dataFormatString.contains("h");
|
return dataFormatString.contains("h") || dataFormatString.contains("H");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user