We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
8c39437
<!-- Use a AlpineJS property with the .bind modifier --> <div x-data="{ date: '2000-01-01' }"> <time x-dayjs.bind="date"></time> </div>