I have multiple files in my blob storage , I want to fetch only the file names in form of a list which came on certain day.
for ex: blob strage has all files like
files Modified
abc 8/22/2022, 1:34:16 AM
bdg 9/12/2022, 2:34:12 AM
hgf 9/12/2022, 5:34:12 AM
i need to fetch all the files which came on 9/12/2022 how to achieve this using python/pyspark?