In vim, strftime("%F") will generate current time in the specified format.
Is there any way I can specify, say, same time tomorrow in strftime? I tried strftime("%F", "date -d 'tomorrow'"). But that generates 01 Jan 1970 0530!
|
Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.