262
262
uint32_t convert_month_to_period(uint32_t month);
263
263
void get_date_from_daynr(long daynr,uint32_t *year, uint32_t *month,
266
266
bool str_to_time_with_warn(const char *str,uint32_t length,DRIZZLE_TIME *l_time);
267
267
enum enum_drizzle_timestamp_type str_to_datetime_with_warn(const char *str, uint32_t length,
268
268
DRIZZLE_TIME *l_time, uint32_t flags);