Parsing a datetime variable?

Is it possible to only pull certain parts of a datetime variable? I am using this variable in an export to Alexa, so instead of her saying “December 13th, 2022 at 1:36 and 43 seconds pm” I would like to exclude the year and seconds. This would make the message “December 13th at 1:36pm”

I would eventually like to take it a step further and set conditions for the date that would use “today” and “yesterday” instead of saying the whole date if it was recent. But first things first.

There are many MANY posts on this… I use this as a bais,
The EPIC Time Conversion and Manipulation Thread! - Configuration - Home Assistant Community

And recently this was part of a discussion with expressing dates
Little help or suggestion for time - Configuration - Home Assistant Community (home-assistant.io)