mokhosh / filament-jalali

Add Jalali datetime to your filament apps
MIT License
29 stars 2 forks source link

[Enhancement]: Add Jalali() or jalaliDate() function in ExportColumn. #16

Open Mo0rteza opened 2 weeks ago

Mo0rteza commented 2 weeks ago

What happened?

like the columns in Tables or Forms. I mean the jalaliDate() or jalali(). add these functions to the Exporter

Components\TextEntry::make('created_at')
    ->jalaliDate(),

Forms\Components\DatePicker::make('moderated_at')
    ->jalali(),

How to reproduce the bug

ExportColumn::make('date') ->label('تاریخ')->jalali()

Package Version

3.5.0

PHP Version

8.2.9

Laravel Version

11.22

Which operating systems does with happen with?

No response

Notes

No response

mokhosh commented 2 weeks ago

Feel free to open a PR for this