Element-ui calculates the date range

uses the date range selection component in element-ui. One problem encountered is that
needs to bind an input box after this date range component. The input box is dynamically calculated and shows how many days the selected date range has. Can you help me answer it? thank you very much

.
Jun.03,2021

set the property of this component:
value-format= "timestamp"
then get the start and end timestamps from the bound v-model [start, end]
days = (end-start) / (60 60 2401000)

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b8e6-2c29c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b8e6-2c29c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?