版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
299 B

  1. const datePickTypes = [
  2. "year",
  3. "month",
  4. "date",
  5. "dates",
  6. "week",
  7. "datetime",
  8. "datetimerange",
  9. "daterange",
  10. "monthrange"
  11. ];
  12. const WEEK_DAYS = [
  13. "sun",
  14. "mon",
  15. "tue",
  16. "wed",
  17. "thu",
  18. "fri",
  19. "sat"
  20. ];
  21. export { WEEK_DAYS, datePickTypes };
  22. //# sourceMappingURL=date.mjs.map