Hide the date x-axis tick labels?

How to fix the following

You can setting your own xaxis.tickformat.

See example: https://plot.ly/javascript/tick-formatting/#using-tickformat-(date)

I tried it with tickformat and it didn’t work as I want,
I only want to hide the first date that it is still showing in my plot.

xaxis: { type: ‘date’, range: Range, tickformat: ‘’ },
My xaxis is a timestamp array