How to convert date format from ddmmyyyy to dd.mm.yyyy base on eclipse python robot framework

Dhinagaran S

I am getting date in this format 20210701 and I want to convert it to this format 01.07.2021

Todor Minakov

You can use the standard library DateTime and Convert Date in it - specify the format of your input date, and the format you want it processed in:

${bb}=    Convert Date    20210701  date_format=%Y%m%d      result_format=%d.%m.%Y    
Log To Console    ${bb]    # prints "01.07.2021"

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How to convert Date from (ddmmyyyy HH:mm:ss) to (yyyy-MM-dd HH:mm:ss.SSS)?)

How to convert date format from YYYY-DD-MM to DD-MM-YYYY

How to convert date format from dd/mm/yyyy to yyyy-mm-dd using carbon on Laravel

How to convert date format from dd/MM/YYYY to YYYY-MM-dd in swift

how can I convert date(YYYY, MM, DD) format to YYYY/MM/DD with python?

How to convert format date from MM/DD/YYYY to YYYY-MM-DDT00:00:00.000Z in Python

convert date format from mm/dd/yyyy to yyy/mm/dd in python

How can I convert date format from YYYY-MM-DD to YYYY-MM in sql

How to change/convert input date format from MM dd yy to yyyy-mm-dd on submit

How to convert date time format as YYYY-MM-DD HH:MM:SS from an confused datetime format using python?

Convert date format in R from "dd.mm.yyyy" to "yyyy"

Convert date format from dd/mm/yyyy to yyyy-mm-dd with date type Power Bi/Query

How to convert a date in the format dd-mm-yyyy hh:mm into yyyy-mm-dd in R

How to convert string date (25.04.2016) to date format (mm/dd/yyyy)?

Convert JSON date format from yyyy-mm-dd to mm-dd-yyyy android

convert date format from "mm/dd/yyyy hh:mm:ss a" to "dd MMM yyyy" in swift

Convert date format from DD.MM.YYYY to YYYY-MM-DD

Convert date format from dd-mm-yyyy to dd/mm/yyyy

Convert date format from dd-MM-yyyy to yyyy-mm-dd - in mysql

Convert a date from DD-MM-YYYY to YYYY-MM-DD format in bash LINUX

Convert Date format getting from DatePickerDialog to yyyy-MM-dd

Convert integer (YYYYMMDD) to date format (mm/dd/yyyy) in python

How to format date from yyyy-mm-dd hh:mm to mm/dd/yyyy

How to convert/change date format from MM/DD/YYYY to Month Date, Year?

How to convert mmddyyyy date format to mm/dd/yyyy in nodejs

how to convert long date value to mm/dd/yyyy format

How to convert date in to yyyy-MM-dd Format?

How to convert Date to String into the format yyyy-mm-dd in typescript

How to convert date into this 'yyyy-MM-dd' format in angular 2