---
title: "Breaking: #62925 - ExtJS Ext.ux.DateTimePicker removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-62925"
source: "Changelog/7.1/Breaking-62925-RemoveExtJsDateTimePicker.rst"
typo3-version: "7.1"
typo3-major: 7
type: "breaking"
issue: 62925
forge: "https://forge.typo3.org/issues/62925"
tags: ["JavaScript", "Backend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #62925 - ExtJS Ext.ux.DateTimePicker removed {#breaking-62925}

See [forge#62925](https://forge.typo3.org/issues/62925)

## Description {#description}

The old ExtJS component Ext.ux.DateTimePicker has been removed and replaced with a
bootstrap alternative. For technical reasons, the feature had to be removed.
Thus the possibility to use "+3d" or "today" in input fields is no longer
available.

## Impact {#impact}

Extensions which rely on Ext.ux.DateTimePicker will break.

## Migration {#migration}

Use the new bootstrap DateTimePicker component which can be loaded with
require.js. Example implementations can be found in EXT:belog, EXT:scheduler
and the FormEngine component of the TYPO3 CMS core.
