Home
last modified time | relevance | path

Searched refs:sDateSep (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/connectivity/source/commontools/
H A Ddbconversion.cxx416 static sal_Unicode sDateSep = '-'; in toDate() local
422 nYear = (sal_uInt16)_sSQLString.getToken(0,sDateSep,nIndex).toInt32(); in toDate()
425 nMonth = (sal_uInt16)_sSQLString.getToken(0,sDateSep,nIndex).toInt32(); in toDate()
427 nDay = (sal_uInt16)_sSQLString.getToken(0,sDateSep,nIndex).toInt32(); in toDate()

Completed in 5 milliseconds