We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For example is it possible to do this:
import { format as dateFnsFormat } from "date-fns"; dateFnsFormat(new Date(), "yyyy-MM-dd");
In some cases I have same name functions that conflict with "date-fns", so I think it perhaps would be better to support this feature.