Hi! When I plot

Code:
graph bar (count) variable, over(date)
being date the product of
Code:
gen date = date(string_date, "YMD")
format date %td
the graph displayed doesn't change the format. Is there any way of have the graph with the correct format date?