Open mushonnip opened 3 years ago
Hi, it worked for me with this syntax :
<VueTailWindPicker :init="false":date-range="true" :format-date="'DD-MM-YYYY'" @change="(v) => date_mt= v">
<input v-model="date_mt" type="text" placeholder="date" name="date-mt" id="date-mt" class="mt-1 focus:ring-indigo-500 focus:border-indigo-500 block w-full shadow-sm sm:text-sm border border-gray-400 rounded-md">
</VueTailWindPicker>
Here is the result :
format-date and format-display is not working the result like this