Site icon Hip-Hop Website Design and Development

get_the_date() for translating date format

I want to display dates in Hindi format like

jan 10

using get_the_date() function. What I have tried so far:

echo get_the_date(_e('F j'));

which outputs:

F jJanuary 10, 2017.