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