comparison runtime/doc/usr_41.txt @ 18669:9007e9896303 v8.1.2326

patch 8.1.2326: cannot parse a date/time string Commit: https://github.com/vim/vim/commit/10455d43fef041309ce0613fa792c635dd71e3a8 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 21 15:36:18 2019 +0100 patch 8.1.2326: cannot parse a date/time string Problem: Cannot parse a date/time string. Solution: Add strptime(). (Stephen Wall, closes #)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Nov 2019 15:45:03 +0100
parents cb3163d590a1
children 99586852c2db
comparison
equal deleted inserted replaced
18668:ce55d198b1b5 18669:9007e9896303
794 794
795 Date and Time: *date-functions* *time-functions* 795 Date and Time: *date-functions* *time-functions*
796 getftime() get last modification time of a file 796 getftime() get last modification time of a file
797 localtime() get current time in seconds 797 localtime() get current time in seconds
798 strftime() convert time to a string 798 strftime() convert time to a string
799 strptime() convert a date/time string to time
799 reltime() get the current or elapsed time accurately 800 reltime() get the current or elapsed time accurately
800 reltimestr() convert reltime() result to a string 801 reltimestr() convert reltime() result to a string
801 reltimefloat() convert reltime() result to a Float 802 reltimefloat() convert reltime() result to a Float
802 803
803 *buffer-functions* *window-functions* *arg-functions* 804 *buffer-functions* *window-functions* *arg-functions*