Descripción
Format date to string
File Template: ❌
Prefix
date:format
Scopes
python
Snippet de código
${1:formatted_date} = ${2:date_var}.strftime("${3|%Y-%m-%d,%d/%m/%Y,%m/%d/%Y,%d-%m-%Y,%Y/%m/%d|}")
Format date to string
date:format
python
${1:formatted_date} = ${2:date_var}.strftime("${3|%Y-%m-%d,%d/%m/%Y,%m/%d/%Y,%d-%m-%Y,%Y/%m/%d|}")