22
22
#include "drizzled/function/time/date.h"
23
23
#include "drizzled/temporal.h"
25
28
String *Item_date::val_str(String *str)
29
32
/* We have our subclass convert a Date temporal for us */
31
34
if (! get_temporal(temporal))
32
35
return (String *) NULL; /* get_temporal throws error. */