Borrar filtros
Borrar filtros

Can someone help me implement a function that takes in a date string that has the form 'm/d/y' that produces the full name of the date string ex: 'march 3,1956'

1 visualización (últimos 30 días)
I kinda dont know where to start on this one.

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 21 de Oct. de 2013
Editada: Azzi Abdelmalek el 21 de Oct. de 2013
d='10/25/2013'
d1=datenum(d,'mm/dd/yyyy');
out=datestr(d1,'mmmm dd, yyyy')

Categorías

Más información sobre String Parsing en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by