ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

42. Strftime Function in Python with Code || Date Time Module-II Programming Tutorial

strftime

datetime

string

Автор: Bhavatavi

Загружено: 2022-08-11

Просмотров: 44

Описание: The strftime() function is used to convert date and time objects to their string representation. It takes one or more input of formatted code and returns the string representation.

Code:
from datetime import datetime
now=datetime.now()
print(now)

year=now.strftime("%Y")
print("Year:",year)

month=now.strftime("%m")
print("Month:",month)
day=now.strftime("%d")
print("Day:",day)

time=now.strftime("%H:%M:%S")
print("Time:",time)

date_time1=now.strftime("%d%m%Y, %H:%M:%S")
print("date and time:",date_time1)

timestamp=1668797322
date_time=datetime.fromtimestamp(timestamp)

print("Date time object",date_time)

d=date_time.strftime("%m%d%Y, %H:%M:%S")
print("Output 2:",d)

d=date_time.strftime("%d %B,%Y")
print("Output 3:",d)

d=date_time.strftime("%I%p")
print("Output 4",d)

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
42. Strftime Function in Python with Code || Date Time Module-II Programming Tutorial

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

43. Time Object and Time Zone in Python with Code || Date Time Module-III Programming Tutorial

43. Time Object and Time Zone in Python with Code || Date Time Module-III Programming Tutorial

Ibiza Summer Mix 2024 🍓 Best Of Tropical Deep House Music Chill Out Mix 2023 🍓 Chillout Lounge

Ibiza Summer Mix 2024 🍓 Best Of Tropical Deep House Music Chill Out Mix 2023 🍓 Chillout Lounge

Python Tutorial for Beginners (with mini-projects)

Python Tutorial for Beginners (with mini-projects)

lofi hip hop radio 📚 beats to relax/study to

lofi hip hop radio 📚 beats to relax/study to

How to Start Coding | Programming for Beginners | Learn Coding | Intellipaat

How to Start Coding | Programming for Beginners | Learn Coding | Intellipaat

Python — полный курс для начинающих. Этот навык изменит твою жизнь.

Python — полный курс для начинающих. Этот навык изменит твою жизнь.

The Complete Python Programming Course: Beginner to Advanced | Data Science | Machine Learning

The Complete Python Programming Course: Beginner to Advanced | Data Science | Machine Learning

Экспресс курс по python за 7 часов!

Экспресс курс по python за 7 часов!

Алгоритмы на Python 3. Лекция №1

Алгоритмы на Python 3. Лекция №1

Японец по цене ВАЗа! Оживляем пацанскую мечту :)

Японец по цене ВАЗа! Оживляем пацанскую мечту :)

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]