tpope / vim-speeddating

speeddating.vim: use CTRL-A/CTRL-X to increment dates, times, and more
http://www.vim.org/scripts/script.php?script_id=2120
969 stars 40 forks source link

reuse of datetime parsing functions #29

Open cizmazia opened 6 years ago

cizmazia commented 6 years ago

As noted in this Stack Overflow question, it would be great if your functions for parsing/formating datetime were exposed for reuse: https://stackoverflow.com/questions/12325291/parse-a-date-in-vimscript

Digging your code a bit, I see no straightforward way.

Thanks!